type net/http.cancelTimerBody

4 uses

	net/http (current package)
		client.go#L295: 		resp.Body = &cancelTimerBody{
		client.go#L966: type cancelTimerBody struct {
		client.go#L972: func (b *cancelTimerBody) Read(p []byte) (n int, err error) {
		client.go#L986: func (b *cancelTimerBody) Close() error {